Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion subtask2-1/hello.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ using namespace std;

int main()
{
cout<<"Hello World"<<endl;
cout<<"Hello Atul Jha|220107019"<<endl;
return 0;
}
Binary file added subtask2-2/Music/Music.mp3
Binary file not shown.
2 changes: 1 addition & 1 deletion subtask2-2/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var imgHeight = 170;
// the task starts here
// currently the bgMusicURL is not working
// create a folder called Music and insert a music file in it then the music on the website should work
bgMusicURL = './Music/music.mp3'
bgMusicURL = './Music/Music.mp3'
var bgMusicControls = true;

setTimeout(init, 1000);
Expand Down