1 2 3 4 5 6 7 8 9 | open System [<EntryPoint>] let main (args: string[]) = if args.Length <> 2 then failwith "Error: " let greeting, thing = args.[0], args.[1] let timeOfDay = DateTime.Now.ToString("hh:mm tt") printfn "%s, %s at %s" greeting thing timeOfDay 0 |
b3BlbiBTeXN0ZW0KCls8RW50cnlQb2ludD5dCmxldCBtYWluIChhcmdzOiBzdHJpbmdbXSkgPQogICAgaWYgYXJncy5MZW5ndGggPD4gMiB0aGVuIGZhaWx3aXRoICJFcnJvcjogIgogICAgbGV0IGdyZWV0aW5nLCB0aGluZyA9IGFyZ3MuWzBdLCBhcmdzLlsxXQogICAgbGV0IHRpbWVPZkRheSA9IERhdGVUaW1lLk5vdy5Ub1N0cmluZygiaGg6bW0gdHQiKQogICAgcHJpbnRmbiAiJXMsICVzIGF0ICVzIiBncmVldGluZyB0aGluZyB0aW1lT2ZEYXkKICAgIDA=
-
upload with new input
-
result: Runtime error time: 0.06s memory: 14840 kB signal: -1
123 321 123
Unhandled Exception: System.Exception: Error: at Prog.main (System.String[] args) [0x00000]
-
result: Runtime error time: 0.05s memory: 14840 kB signal: -1
123 123
Unhandled Exception: System.Exception: Error: at Prog.main (System.String[] args) [0x00000]
-
result: Runtime error time: 0.06s memory: 14840 kB signal: -1
Unhandled Exception: System.Exception: Error: at Prog.main (System.String[] args) [0x00000]



