Newer
Older
Import / research / other / simpVM / input.c
@John Ryland John Ryland on 22 Dec 2020 40 bytes import NUC files

x = 10;
y = x;

x++;
x += 1;
x *= 5;