remove references to soml

This commit is contained in:
Torsten Ruger
2016-12-11 12:55:03 +02:00
parent 3715eb94ed
commit f3248462cc
16 changed files with 25 additions and 57 deletions

View File

@ -2,7 +2,7 @@
int main(void)
{
setbuf(stdout, NULL); /* to make it equivalent to the soml, otherwise it caches */
setbuf(stdout, NULL); /* to make it equivalent to the typed version, otherwise it caches */
int counter = 100352 - 352;
while(counter--) {
printf("Hello there\n");