Skip to content

Instantly share code, notes, and snippets.

@chrum
Last active August 24, 2016 16:35
Community <3 DevDay contest
RobotC / C
task main() {
eraseDisplay();
nxtDisplayCenteredBigTextLine(2, "Community ");
nxtDisplayCenteredBigTextLine(4, "<3 DevDay");
while (true);
}
Polish
- Chrystian, moj przyjacielu, zrob tak zeby na ekranie pojawil sie napis 'Community <3 DevDay'
Bash
#!/bin/bash
echo 'Community <3 DevDay'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment