From 6c1022faf5bbcc9363a8743477e8325270377dc9 Mon Sep 17 00:00:00 2001 From: Paul Verest Date: Thu, 22 Jul 2021 17:51:05 +0800 Subject: [PATCH] colorize --- CodingStrategies.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodingStrategies.MD b/CodingStrategies.MD index d941175..cfb4d7f 100644 --- a/CodingStrategies.MD +++ b/CodingStrategies.MD @@ -9,7 +9,7 @@ A strategy is a smart contract that uses assets from the vault, invests them into a third-party DeFi protocol to generate profit. The smart contract needs to implement the following interface: -``` +```solidity pragma solidity 0.5.16; interface IStrategy {