We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e443e5 commit 39b538dCopy full SHA for 39b538d
.githooks/pre-commit
@@ -1,5 +1,4 @@
1
#!/usr/bin/env bash
2
-LC_ALL=C
3
4
#current_branch=$(git symbolic-ref --short head)
5
current_branch=$(git rev-parse --abbrev-ref HEAD)
demo-assignments/A1/cold/cold.py
@@ -11,6 +11,7 @@
11
4. Iterate through the list and count the number of -ve temperatures
12
5. Print the count
13
"""
14
+
15
__author__ = "Ram Basnet"
16
__date__ = "Oct 1, 2021"
17
__license__ = "MIT"
0 commit comments