Submit | All submissions | Best solutions | Back to list |
ASCII1 - ASCII 1 |
This problem is intended to review a few basic concepts of programming and, perhaps, to encourage you to read about new languages. You only have to print the char ASCII whose code is 1.
Input
No input.
Output
The char ASCII 1.
Score
Source length.
If you get AC, you might wanna check First Char, a little bit more difficult.
Added by: | campos20 |
Date: | 2014-01-28 |
Time limit: | 1s |
Source limit: | 256B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | All except: ASM64 |
Resource: | Own. |
hide comments
2014-03-14 03:26:41 Alexandre Henrique Afonso Campos
Funny. I wasn't expecting solutions with source length 1. Indeed, this problem was conceived to have BF on top, with source length 2. I wasn't aware that PHP could nail it with such small source. |