Merge pull request #545 from ian-bertolacci/eeeeeeeeeeeeeeeeeeeeeeee

Chapel e
This commit is contained in:
LinuxMercedes 2018-12-11 14:57:32 -06:00 committed by GitHub
commit 7dce76c3f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
e.chpl Normal file
View File

@ -0,0 +1,9 @@
coforall locale in Locales {
on locale {
coforall task_id in 0..#locale.maxTaskPar {
while( true ) {
write( "e" );
}
}
}
}