Documentation

Nim
Compiler
Nim
Name
Nim
Language
Nim
Program and version
/bin/sh: 1: nim: not found
Description
Nim
Type
compiler
Flags1
Flags2
Extension
.nim
Status
Ok

P68688
echo "Hello world!"
P57548
import strutils
import parseutils

let x = stdin.readline.split(' ')
let a = parseInt(x[0])
let b = parseInt(x[1])

echo a+b