User:NCommander: Difference between revisions
Jump to navigation
Jump to search
NCommander (talk | contribs) mNo edit summary |
NCommander (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
Checking to see if IPs are up to date ... 2x | Checking to see if IPs are up to date ... 2x | ||
<syntaxhighlight lang="c" line > | |||
#include <stdio.h> | |||
int main() { | |||
printf("Hello World"); | |||
return 0; | |||
} | |||
</syntaxhighlight> |
Latest revision as of 20:01, 1 September 2022
This page is a placerholder while we get the wiki setup ...
Checking to see if IPs are up to date ... 2x
#include <stdio.h>
int main() {
printf("Hello World");
return 0;
}