diff options
| author | Sadeep Madurange <smadurange@users.noreply.github.com> | 2021-11-19 19:03:35 +0800 |
|---|---|---|
| committer | Sadeep Madurange <smadurange@users.noreply.github.com> | 2021-11-19 19:03:35 +0800 |
| commit | 68d16012e3dfd3d8721864d3a427dd4b56619144 (patch) | |
| tree | 1f98747c135ce37b899d8222f5fdebf35a2416f1 /1/2.c | |
| parent | 23c3318429f9d68803351e72b4389f59d15cad07 (diff) | |
| download | k&r-exercises-68d16012e3dfd3d8721864d3a427dd4b56619144.tar.gz | |
Comments.
Diffstat (limited to '1/2.c')
| -rw-r--r-- | 1/2.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #include <stdio.h> -/* Prints a formatted string containing an invalid escape sequence */ +/* prints a formatted string containing an invalid escape sequence */ int main(int argc, char *argv[]) { printf("hello \c world\n"); return 0; |
