summaryrefslogtreecommitdiff
path: root/kpov_judge/tasks/custom_rdate/howtos/en/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'kpov_judge/tasks/custom_rdate/howtos/en/index.html')
-rw-r--r--kpov_judge/tasks/custom_rdate/howtos/en/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpov_judge/tasks/custom_rdate/howtos/en/index.html b/kpov_judge/tasks/custom_rdate/howtos/en/index.html
index 21114d9..412a853 100644
--- a/kpov_judge/tasks/custom_rdate/howtos/en/index.html
+++ b/kpov_judge/tasks/custom_rdate/howtos/en/index.html
@@ -22,7 +22,7 @@
</p>
<p><br>
<u><strong><em><h3>Second part: write a program that converts 32bit numbers in two's complement to decimal.</h3></em></strong></u><br>
- Program can be written in Java or Pythonu. You can use text editor of your choice.</p>
+ Program can be written in Java language or Pythonu. You can use text editor of your choice.</p>
<p><br>
JAVA------<br>
1. Command nano bintodec3.java creates and opens empty text editor.<br>