Skip to main content

Questions tagged [hello]

0 votes
1 answer
152 views

here is the problem ~/ $ python hello.py Traceback (most recent call last): File "/home/ubuntu/hello.py", line 1, in <module> answer = Get_string("what is your name") ...
Wrichik Mukherjee's user avatar
0 votes
1 answer
258 views

For the first problem set, I attempted to create and change the directory with the following commands: $ mkdir ~/pset1 $ cd ~/pset1 $ mkdir ~/pset1/hello $ cd ~/pset1/hello Despite doing these ...
MikeWazowski's user avatar
0 votes
2 answers
75 views

In 2019, my grade for hello.c got 84%, but in 2020, it gets 62%. Why is that?
user avatar
0 votes
1 answer
31 views

sorry I am little bit lost, Where I have to complete the Hello Task? in the cs50 sandbox? thanks! because in the c sandbox, I do not have the part where I write my code, just the terminal. Thanks!
Karen Mirkin's user avatar
0 votes
1 answer
971 views

I just started working on pset6 using python for the first time. However, it keeps telling me no such file. Am I supposed to install python3 myself into IDE or what is wrong?
Issa's user avatar
  • 27
0 votes
2 answers
433 views

I am getting a error when trying to compile the first code in c from cs50 #include <stdio.h> int main(void) { printf("hello, world\n"); } Error: ~/workspace/ $ clang hello....
bluesky11's user avatar
0 votes
1 answer
888 views

Doing on https://ide.cs50.io typing check50 cs50/2018/x/hello hello.c in ~/workspace/pset1/hello/ $ And got Uploading.. Unexpected token <
Salaidin's user avatar
1 vote
2 answers
261 views

I made a file called hello.c and typed in the code exactly as required for pset1 but when I type in make hello in the terminal I receive the following text: clang -fsanitize=integer -fsanitize=...
Gort's user avatar
  • 13
2 votes
1 answer
684 views

When trying to make hello I get the error make: *** [hello] Error 1 I have only one folder inside of my ~/workspace. Its called pset1 and has only one file inside of it hello.c My code: The Error ...
Sandesh Lamichhane's user avatar
0 votes
2 answers
90 views

Almost there, I'm only failing the following two tests now: :( Requesting hello.php? returns 200, text/html, and correct output \ expected output, not an exit code of 0 :( Requesting hello.php?...
jwld's user avatar
  • 15
0 votes
1 answer
73 views

So I am currently trying to set up my gedit interface and get a very simple code (a "print Hello world!" program) to compile. Using the one that available on the pset 1, and following the ...
Alyse91's user avatar
0 votes
2 answers
142 views

What does it mean when you enter the stdio.h code in and it comes out with '*** no rule to make line target 'hello'. Stop.
Alexander Carson's user avatar
0 votes
1 answer
2k views

I am currently watching lecture one in week 1 and have the problem with hello world example professor Malan explained.I do everything by the instructions,save it in Dropbox folder as hello.c.In ...
BanKulin's user avatar